home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Shareware City / Updaters / CDK 7.0.4 Update / READ ME < prev    next >
Encoding:
Text File  |  1994-07-26  |  2.6 KB  |  68 lines  |  [TEXT/ttxt]

  1. READ ME
  2. =======
  3. ABOUT SYMANTEC POWER MACINTOSH CDK 7.0.4 UPDATE
  4. =================================================
  5. Copyright © 1994 Symantec Corporation. All Rights Reserved.
  6. July 15, 1994
  7. Font: Geneva 12
  8.  
  9. INTRODUCTION
  10. =============
  11. This update corrects problems with the PowerPC C++ translator included in
  12. Power Macintosh CDK.
  13.  
  14. UPDATING YOUR SYSTEM
  15. =====================
  16. This update contains one small application that will transform your
  17. existing PowerPC C++ translator into the latest version. Updating is easy:
  18.  
  19. • Double-click on the patch application (e.g. “PowerPC C++ 7.0.4 patch”).
  20. • Read the messages in the dialog that comes up; they may contain
  21.   important information. Click the ‘Patch’ button.
  22. • Find the component asked for using the standard file dialog box.
  23.  
  24.     •••••••••
  25.  IMPORTANT
  26.     •••••••••
  27.     
  28.     The patch is done in place! This means that the patcher will overwrite
  29.     the file you’re updating. When it is done, you will get a confirmation that
  30.  the patch was successful if all goes well.
  31.     
  32. Updating the Libraries
  33. --------------------
  34. The library updates are contained in a Compact Pro self extracting archive.
  35. Installing them is easy:
  36.  
  37. • Double-click on the file “Library Updates.sea”.
  38. • When it asks you to “Select the destination folder”, move to your
  39.   Symantec C++ for Macintosh folder and click “Extract”.
  40. • The archive will extract its files.
  41.  
  42. Updating headers, scripts and project models
  43. ----------------------------------------
  44. •  Copy the file "Types.h" into the "Mac #includes:Universal Headers:" folder,
  45.     replacing the existing one.
  46. •  Copy the file "Build PowerPC Lib" into the "(AppleScripts)" folder.
  47. •  Copy the folder "PowerPC ANSI Project" into the "(Project Models)" folder.
  48. •  Copy the folder "PowerPC IOStreams Project" into the "(Project Models)" folder.
  49.  
  50. Re-precompile the headers
  51. ------------------------
  52. You must re-precompile any precompiled headers you are using.  To precompile PPC MacHeaders++, do the following:
  53.  
  54. • Launch a project that has .cpp mapped to the PowerPC C++ translator.  One of the
  55.    PPC demos would do fine.
  56. • Open Mac #includes.cpp.
  57. • Precompile.
  58. • Save under Precompiled Headers as PPC MacHeaders++, replacing the existing one.
  59.  
  60. PPC TCLHeaders can be rebuilt by following the same procedure with TCL #includes.cpp,
  61. but add the following line near the beginning of the file before precompiling:
  62. #define _USE_APPLE_LIBRARIES_ 1
  63. The addition of this line will allow you to precompile without getting a warning
  64. about the Map carriage returns option.
  65.  
  66. • When you go to compile projects with the new libraries, be sure to turn off the
  67.         Map carriage returns option under Compiler Settings for the PowerPC C++ translator.
  68.